home *** CD-ROM | disk | FTP | other *** search
- Path: news.compusult.nf.ca!usenet
- From: Elliott Noel <jnoel@public.compusult.nf.ca>
- Newsgroups: comp.lang.c
- Subject: malloc woes with watcom C
- Date: Sun, 31 Dec 1995 14:47:50 -0330 (NST)
- Organization: Compusult Limited, St. John's, NF, Canada
- Message-ID: <Pine.LNX.3.90.951230212738.7388A-100000-100000-100000@public.compusult.nf.ca>
- NNTP-Posting-Host: public.compusult.nf.ca
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
- I looked through the faq and noticed a few answers pertaining to my
- problem, but nothing that seems to help me.
-
- My problem is that my program generates an exception and crashes during
- legitimate calls to malloc(). It always seems to happen after a few
- calls have already been made, and I can't localize the problem, just that
- it occurs within the code for the malloc() function.
-
- I am working under dos4gw flat memory model with Watcom C. If anybody
- has experienced this problem and knows anything about correcting it,
- please contact me - you can imagine how cripling it is to my work not to
- be able to allocate memory dynamically...
-
-
-